home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows (5th Edition) / Programming Windows, 5th ed. - Companion CD (097-0002183)(1999).iso / Chap11 / PopPad3 / PopPrnt0.c < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-09  |  367 b   |  12 lines

  1. /*---------------------------------------------------------------
  2.    POPPRNT0.C -- Popup Editor Printing Functions (dummy version)
  3.   ---------------------------------------------------------------*/
  4.  
  5. #include <windows.h>
  6.  
  7. BOOL PopPrntPrintFile (HINSTANCE hInst, HWND hwnd, HWND hwndEdit,
  8.                        PTSTR pstrTitleName)
  9. {
  10.      return FALSE ;
  11. }
  12.